projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b31ad3
)
; Fix paren typo
author
Glenn Morris
<rgm@gnu.org>
Wed, 18 Aug 2021 18:50:42 +0000
(11:50 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 18 Aug 2021 18:50:42 +0000
(11:50 -0700)
test/lisp/simple-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/simple-tests.el
b/test/lisp/simple-tests.el
index 728911208ebb803202c42b7be9f18c74065868a6..3ece61290bc1674e4912256ffc8729dff4258d47 100644
(file)
--- a/
test/lisp/simple-tests.el
+++ b/
test/lisp/simple-tests.el
@@
-969,7
+969,7
@@
See Bug#21722."
(should (= (length (delq nil (undo-make-selective-list 4 9))) 1))
;; FIXME this is the off-by-one error case.
;;(should (= (length (delq nil (undo-make-selective-list 5 9))) 0))
- (should (= (length (delq nil (undo-make-selective-list 6 9))) 0)))
+ (should (= (length (delq nil (undo-make-selective-list 6 9))) 0)))
)
(provide 'simple-test)
;;; simple-test.el ends here